C1.Win.C1FlexGrid Namespace / SortableBindingList<T> Class
The type of elements in the list.
Members

SortableBindingList<T> Class
Generic collection that supports data binding and advanced sorting (System.ComponentModel.IBindingListView).

This class is especially useful to provide data for grids that use the GroupDescriptions property.

Object Model
SortableBindingList<T> Class
Syntax
'Declaration
 
Public Class SortableBindingList(Of T As Class) 
   Inherits System.ComponentModel.BindingList(Of T)
 
Type Parameters
T
The type of elements in the list.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.Win.C1FlexGrid.SortableBindingList<T>

See Also